Programming - Practice Day!
OPENING QUESTIONS:
I reviewed your work from yesterday and I'll be (quickly!) conferencing with you today. They went VERY well.
To wit-- For today:
0. Triage the following steps. See if there are hidden bogies/difficult parts. Prioritize your work.
-
Make a copy of your code and give it the same name + 02 (or whatever next number is appropriate)
-
Add a shape (rectangle, square whatever is available-- your choice)
-
Put a default value in each text box from 0 - 255 (your choice)
-
Add a listener to each of your text boxes so when they are updated the color of the box changes to the color blend of ALL 3 boxes (whatever their current color scheme)
-
Inside the listener function, add a branch to check to see if the values entered are between 0 and 255. Rookies/Newbies: If they are out of bounds display a warning msg somewhere but keep going. Senseis, if the input is out of range don't let the user continue until they've fixed it.
LEARNING TARGET: I will work with my team to make required changes to my existing code.
I will be able to use basic variables during today's class.
COURSE DOCUMENT: Ver 1.70 is HERE
WORK O' THE DAY:
Nothing more today